home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00075_NoNick.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  223 b   |  12 lines

  1. on mouseDown
  2.   global gNickLite
  3.   set gNickLite to the clickOn
  4.   buttonClick1(["on", "off"])
  5.   updateStage()
  6. end
  7.  
  8. on mouseUp
  9.   radioGroup([7, 8, 9, 11, 12, 13, 14, 15, 16], "on", "off")
  10.   put "9" into field "MyNickNum"
  11. end
  12.